Version

ProcessChanges Method (XamSliderBase<T>)

Change the value of the active thumb with specified LargeChange or SmallChange value.
Syntax
'Declaration
 
Protected Friend Overrides Sub ProcessChanges( _
   ByVal isIncrease As Boolean, _
   ByVal isLargeChange As Boolean, _
   ByVal forceMoveOneTick As Boolean _
) 
protected internal override void ProcessChanges( 
   bool isIncrease,
   bool isLargeChange,
   bool forceMoveOneTick
)

Parameters

isIncrease
if set to true value is increased.
isLargeChange
if set to true LargeChange is used.
forceMoveOneTick
if set to true and Snap to Tick is True, the thumb will move to the next tick mark regardless of change size.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also